Skip to content

fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0#116

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ktlint.core
Open

fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0#116
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ktlint.core

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Confidence
com.pinterest.ktlint:ktlint-cli 1.5.01.8.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pinterest/ktlint (com.pinterest.ktlint:ktlint-cli)

v1.8.0

Compare Source

🆕 Features
🔧 Fixes
💬 Other

v1.7.2

Compare Source

v1.7.1

Compare Source

🔧 Fixes
💬 Other

v1.7.0

Compare Source

🆕 Features
Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes
  • Do not run no-unused-imports rule by default - #​3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #​3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features
  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #​3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #​3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #​3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #​3044, by @​paul-dingemans

🔧 Fixes
📦 Dependencies
💬 Other

v1.6.0

Compare Source

🆕 Features

  • Add configuration option to handle (certain) annotation with parameters identical to annotations without parameters - #​2950, by @​paul-dingemans

  • Set system properties to prevent failure when running in ktlint-intellij-plugin with custom installation - #​2970, by @​paul-dingemans

🔧 Fixes

📦 Dependencies

💬 Other


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the Dependencies label Jun 1, 2025
@sourcery-ai
Copy link

sourcery-ai bot commented Jun 1, 2025

Reviewer's Guide

Upgrade ktlint-core dependency from v1.5.0 to v1.6.0 by bumping the version in the shared Gradle version catalog, ensuring the code style linter is updated to the latest patch release.

File-Level Changes

Change Details Files
Version bump for ktlint-core
  • Updated ktlint-core entry from "1.5.0" to "1.6.0"
gradle/libs.versions.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@renovate renovate bot force-pushed the renovate/ktlint.core branch from bd50829 to a26db59 Compare June 1, 2025 07:54
@renovate renovate bot force-pushed the renovate/ktlint.core branch from a26db59 to 152b420 Compare June 20, 2025 08:30
@renovate renovate bot force-pushed the renovate/ktlint.core branch 2 times, most recently from 383873d to 0dd4aed Compare July 15, 2025 03:32
@renovate renovate bot changed the title fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.6.0 fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.7.0 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/ktlint.core branch from 0dd4aed to 8abaf20 Compare July 21, 2025 19:12
@renovate renovate bot changed the title fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.7.0 fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.7.1 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/ktlint.core branch from 8abaf20 to ca7c74c Compare July 23, 2025 09:40
@renovate renovate bot force-pushed the renovate/ktlint.core branch from ca7c74c to f31d7f3 Compare August 10, 2025 12:52
@renovate renovate bot force-pushed the renovate/ktlint.core branch from f31d7f3 to fb27a98 Compare September 16, 2025 02:56
@renovate renovate bot force-pushed the renovate/ktlint.core branch from fb27a98 to 26268b8 Compare September 16, 2025 03:12
@renovate renovate bot force-pushed the renovate/ktlint.core branch 2 times, most recently from 5a44578 to 001ca45 Compare September 23, 2025 05:36
@renovate renovate bot force-pushed the renovate/ktlint.core branch from 001ca45 to 353899b Compare October 9, 2025 09:48
@renovate renovate bot force-pushed the renovate/ktlint.core branch from 353899b to 5bb7213 Compare November 14, 2025 20:33
@renovate renovate bot changed the title fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.7.1 fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0 Nov 14, 2025
@renovate renovate bot force-pushed the renovate/ktlint.core branch from 5bb7213 to d56970b Compare February 12, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants